home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: jlilley@ix.netcom.com (John Lilley)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: Include files
- Date: 24 Mar 1996 05:32:58 GMT
- Organization: Netcom
- Message-ID: <4j2mqa$j4l@dfw-ixnews4.ix.netcom.com>
- References: <4iqltj$40g@news1.sympatico.ca> <4irv0d$4mq@sparcserver.lrz-muenchen.de> <4it6nl$emt@reader2.ix.netcom.com>
- NNTP-Posting-Host: den-co25-11.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-NETCOM-Date: Sat Mar 23 11:32:58 PM CST 1996
- X-Newsreader: WinVN 0.99.7
-
- In article <4it6nl$emt@reader2.ix.netcom.com>, jdadson@ix.netcom.co says...
- >
- >
- >I know this isn't the right newgroup to ask this question in, but
- >I can't find the right one. Can someone please take pity on me
- >and tell me how the HECK you get MS Visual C++ to search the
- >directories you want for include files? I managed to get it to
- >work once by putting /I"c:\foo\bar" directly into the "Project options"
- >under "Settings,C/C++", but now I can't seem to make that work
- >for some reason that escapes me. I am totally frustrated.
-
- You didn't say which version, but on 4.0 you go to:
-
- Build/Settings
- C/C++
- Category=Preprocessor
- Additional Include directories
-
- You can also add directories in Tools/Options/Direcories.
-
- john lilley
-
-